The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
.perltidyrc 02
Build.PL 11
Changes 1431
LICENSE 33
MANIFEST 12
META.json 101109
META.yml 97103
README 22
dist.ini 12
lib/Dist/Zilla/Util/EmulatePhase/PrereqCollector.pm 33
lib/Dist/Zilla/Util/EmulatePhase.pm 33
t/00-compile.t 112
t/000-report-versions-tiny.t 33
t/release-cpan-changes.t 015
t/release-portability.t 160
15 files changed (This is a version diff) 246291
@@ -0,0 +1,2 @@
+-i 2
+-l 130
@@ -23,7 +23,7 @@ my %module_build_args = (
     'Kent Fredric <kentnl@cpan.org>'
   ],
   'dist_name' => 'Dist-Zilla-Util-EmulatePhase',
-  'dist_version' => '0.01003312',
+  'dist_version' => '0.01016513',
   'license' => 'perl',
   'module_name' => 'Dist::Zilla::Util::EmulatePhase',
   'recommends' => {},
@@ -1,21 +1,38 @@
 Revision history for Dist-Zilla-Util-EmulatePhase
 
-0.01003312 2010-12-06 03:48:13 Pacific/Auckland
-          Permit MakeMaker to call zilla->_share_dir_map on our shadow-zilla
-          during pre-req collection. It should preferably be avoided, but this is needed
-          for now to make it work. ( Reported by Apocalypse on IRC ).
+0.01016513 2011-04-13T15:09:11Z
+ - Maintenance only release.
 
-0.01000515 2010-11-09 06:06:39 Pacific/Auckland
-          Depend on newer Test::Simple because subtest() can work wrong without it.
-          Depend on newer Util::Test::KENTNL
+ [Dependencies:Devel]
+ - Move from @KENTNL to @Author::KENTNL
 
-0.01000101 2010-11-04 16:15:07 Pacific/Auckland
-          Added shadow_zilla and ->find_files to prereqcollector so that AutoPrereq works.
+ [Packaging]
+ - Move to @Author::KENTNL
+ - Ship perltidyrc
+ - Rework Changes for CPAN::Changes.
 
-0.01000100 2010-11-04 15:33:20 Pacific/Auckland
-          Added get_prereqs to access prereq data and regenerate it 
-          whenever you need to.
+ [Tests]
+ - Drop portability tests
+ - Add CPAN::Changes tests
 
-0.01000015 2010-11-04 06:57:41 Pacific/Auckland
-          First version.
+0.01003312 2010-12-05T14:48:13Z
+ - Permit MakeMaker to call zilla->_share_dir_map on our shadow-zilla
+   during pre-req collection. It should preferably be avoided, but this is
+   needed for now to make it work. ( Reported by Apocalypse on IRC ).
+
+0.01000515 2010-11-08T17:06:39Z
+ - Depend on newer Test::Simple because subtest() can work wrong without
+   it.
+ - Depend on newer Util::Test::KENTNL
+
+0.01000101 2010-11-04T03:15:07Z
+ - Added shadow_zilla and ->find_files to prereqcollector so that
+   AutoPrereq works.
+
+0.01000100 2010-11-04T02:33:20Z
+ - Added get_prereqs to access prereq data and regenerate it whenever you
+   need to.
+
+0.01000015 2010-11-03T17:57:41Z
+ - First version.
 
@@ -1,4 +1,4 @@
-This software is copyright (c) 2010 by Kent Fredric <kentnl@cpan.org>.
+This software is copyright (c) 2011 by Kent Fredric <kentnl@cpan.org>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2010 by Kent Fredric <kentnl@cpan.org>.
+This software is Copyright (c) 2011 by Kent Fredric <kentnl@cpan.org>.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@ That's all there is to it!
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2010 by Kent Fredric <kentnl@cpan.org>.
+This software is Copyright (c) 2011 by Kent Fredric <kentnl@cpan.org>.
 
 This is free software, licensed under:
 
@@ -1,3 +1,4 @@
+.perltidyrc
 Build.PL
 Changes
 LICENSE
@@ -14,10 +15,10 @@ t/000-report-versions-tiny.t
 t/01-basic.t
 t/02-makemaker-sharedir.t
 t/author-critic.t
+t/release-cpan-changes.t
 t/release-distmeta.t
 t/release-eol.t
 t/release-kwalitee.t
 t/release-pod-coverage.t
 t/release-pod-syntax.t
-t/release-portability.t
 weaver.ini
@@ -4,7 +4,7 @@
       "Kent Fredric <kentnl@cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.102343, CPAN::Meta::Converter version 2.102400",
+   "generated_by" : "Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110930",
    "license" : [
       "perl_5"
    ],
@@ -26,13 +26,13 @@
       },
       "develop" : {
          "recommends" : {
-            "Dist::Zilla::PluginBundle::KENTNL::Lite" : "0.01009803"
+            "Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : "0.01009803"
          },
          "requires" : {
-            "Dist::Zilla::PluginBundle::KENTNL::Lite" : 0
+            "Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : 0
          },
          "suggests" : {
-            "Dist::Zilla::PluginBundle::KENTNL" : "0.01017119"
+            "Dist::Zilla::PluginBundle::Author::KENTNL" : "v1.0.0"
          }
       },
       "runtime" : {
@@ -62,11 +62,11 @@
    "provides" : {
       "Dist::Zilla::Util::EmulatePhase" : {
          "file" : "lib/Dist/Zilla/Util/EmulatePhase.pm",
-         "version" : "0.01003312"
+         "version" : "0.01016513"
       },
       "Dist::Zilla::Util::EmulatePhase::PrereqCollector" : {
          "file" : "lib/Dist/Zilla/Util/EmulatePhase/PrereqCollector.pm",
-         "version" : "0.01003312"
+         "version" : "0.01016513"
       }
    },
    "release_status" : "stable",
@@ -78,29 +78,37 @@
          "web" : "http://github.com/kentfredric/Dist-Zilla-Util-EmulatePhase/tree"
       }
    },
-   "version" : "0.01003312",
+   "version" : "0.01016513",
    "x_BuiltWith" : {
       "modules" : {
          "Carp" : "1.17",
-         "Dist::Zilla::PluginBundle::KENTNL" : "0.01017322",
-         "Dist::Zilla::PluginBundle::KENTNL::Lite" : "0.01000002",
-         "Dist::Zilla::Prereqs" : "4.102343",
-         "Dist::Zilla::Util::Test::KENTNL" : "0.01000510",
+         "Dist::Zilla::PluginBundle::Author::KENTNL" : "1.0.6",
+         "Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : "NA(possibly not installed)",
+         "Dist::Zilla::Prereqs" : "4.200004",
+         "Dist::Zilla::Util::Test::KENTNL" : "0.01015821",
          "File::Temp" : "0.22",
-         "Hash::Merge::Simple" : "0.05",
-         "Module::Build" : "0.3607",
-         "Moose" : "1.2",
+         "Hash::Merge::Simple" : "0.051",
+         "Module::Build" : "0.38",
+         "Moose" : "2",
          "Moose::Autobox" : "0.11",
          "Scalar::Util" : "1.23",
          "Sub::Exporter" : "0.982",
          "Test::Fatal" : "0.003",
-         "Test::More" : "0.96",
-         "Try::Tiny" : "0.07",
-         "namespace::autoclean" : "0.11"
+         "Test::More" : "0.98",
+         "Try::Tiny" : "0.09",
+         "namespace::autoclean" : "0.12"
+      },
+      "perl" : {
+         "original" : "v5.12.3",
+         "qv" : 1,
+         "version" : [
+            5,
+            12,
+            3
+         ]
       },
-      "perl" : "5.012002",
       "platform" : "linux",
-      "uname" : "Linux 2.6.36-gentoo x86_64 GenuineIntel GNU/Linux\n"
+      "uname" : "Linux 2.6.38-gentoo x86_64 GenuineIntel GNU/Linux"
    },
    "x_Dist_Zilla" : {
       "plugins" : [
@@ -122,83 +130,83 @@
                   }
                }
             },
-            "name" : "@KENTNL/AutoVersion::Relative",
-            "version" : "0.01037118"
+            "name" : "@Author::KENTNL/AutoVersion::Relative",
+            "version" : "0.01060309"
          },
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
-            "name" : "@KENTNL/GatherDir",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/GatherDir",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
-            "name" : "@KENTNL/MetaConfig",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/MetaConfig",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
-            "name" : "@KENTNL/PruneCruft",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/PruneCruft",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
-            "name" : "@KENTNL/GithubMeta",
+            "name" : "@Author::KENTNL/GithubMeta",
             "version" : "0.10"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
-            "name" : "@KENTNL/License",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/License",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
-            "name" : "@KENTNL/PkgVersion",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/PkgVersion",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
-            "name" : "@KENTNL/PodWeaver",
+            "name" : "@Author::KENTNL/PodWeaver",
             "version" : "3.101641"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
-            "name" : "@KENTNL/MetaProvides::Package",
-            "version" : "1.12044908"
+            "name" : "@Author::KENTNL/MetaProvides::Package",
+            "version" : "1.12060501"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
-            "name" : "@KENTNL/MetaJSON",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/MetaJSON",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
-            "name" : "@KENTNL/MetaYAML",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/MetaYAML",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::ModuleBuild",
-            "name" : "@KENTNL/ModuleBuild",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/ModuleBuild",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::ReadmeFromPod",
-            "name" : "@KENTNL/ReadmeFromPod",
+            "name" : "@Author::KENTNL/ReadmeFromPod",
             "version" : "0.14"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
-            "name" : "@KENTNL/ManifestSkip",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/ManifestSkip",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
-            "name" : "@KENTNL/Manifest",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/Manifest",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
-            "name" : "@KENTNL/AutoPrereqs",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/AutoPrereqs",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -208,8 +216,8 @@
                   "type" : "requires"
                }
             },
-            "name" : "@KENTNL/Prereqs/BundleDevelNeeds",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/Prereqs/BundleDevelNeeds",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -219,8 +227,8 @@
                   "type" : "recommends"
                }
             },
-            "name" : "@KENTNL/Prereqs/BundleDevelRecommends",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/Prereqs/BundleDevelRecommends",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -230,8 +238,8 @@
                   "type" : "suggests"
                }
             },
-            "name" : "@KENTNL/Prereqs/BundleDevelSuggests",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/Prereqs/BundleDevelSuggests",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaData::BuiltWith",
@@ -251,128 +259,128 @@
                   }
                }
             },
-            "name" : "@KENTNL/MetaData::BuiltWith",
-            "version" : "0.01014716"
+            "name" : "@Author::KENTNL/MetaData::BuiltWith",
+            "version" : "0.01018204"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
+            "name" : "@Author::KENTNL/Test::CPAN::Changes",
+            "version" : "0.003"
          },
          {
             "class" : "Dist::Zilla::Plugin::CompileTests",
-            "name" : "@KENTNL/CompileTests",
-            "version" : "1.103030"
+            "name" : "@Author::KENTNL/CompileTests",
+            "version" : "1.110930"
          },
          {
             "class" : "Dist::Zilla::Plugin::CriticTests",
-            "name" : "@KENTNL/CriticTests",
+            "name" : "@Author::KENTNL/CriticTests",
             "version" : "1.102280"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaTests",
-            "name" : "@KENTNL/MetaTests",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/MetaTests",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodCoverageTests",
-            "name" : "@KENTNL/PodCoverageTests",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/PodCoverageTests",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
-            "name" : "@KENTNL/PodSyntaxTests",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/PodSyntaxTests",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::ReportVersions::Tiny",
-            "name" : "@KENTNL/ReportVersions::Tiny",
-            "version" : "1.01"
+            "name" : "@Author::KENTNL/ReportVersions::Tiny",
+            "version" : "1.03"
          },
          {
             "class" : "Dist::Zilla::Plugin::KwaliteeTests",
-            "name" : "@KENTNL/KwaliteeTests",
-            "version" : "1.101420"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::PortabilityTests",
-            "name" : "@KENTNL/PortabilityTests",
+            "name" : "@Author::KENTNL/KwaliteeTests",
             "version" : "1.101420"
          },
          {
             "class" : "Dist::Zilla::Plugin::EOLTests",
-            "name" : "@KENTNL/EOLTests",
+            "name" : "@Author::KENTNL/EOLTests",
             "version" : "0.02"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExtraTests",
-            "name" : "@KENTNL/ExtraTests",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/ExtraTests",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
-            "name" : "@KENTNL/TestRelease",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/TestRelease",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
-            "name" : "@KENTNL/ConfirmRelease",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/ConfirmRelease",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
-            "name" : "@KENTNL/Git::Check",
-            "version" : "1.102810"
+            "name" : "@Author::KENTNL/Git::Check",
+            "version" : "1.110500"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
-            "name" : "@KENTNL/NextRelease",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/NextRelease",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
-            "name" : "@KENTNL/Git::Tag/tag_master",
-            "version" : "1.102810"
+            "name" : "@Author::KENTNL/Git::Tag/tag_master",
+            "version" : "1.110500"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
-            "name" : "@KENTNL/Git::Commit",
-            "version" : "1.102810"
+            "name" : "@Author::KENTNL/Git::Commit",
+            "version" : "1.110500"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::CommitBuild",
-            "name" : "@KENTNL/Git::CommitBuild",
-            "version" : "1.102810"
+            "name" : "@Author::KENTNL/Git::CommitBuild",
+            "version" : "1.110500"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
-            "name" : "@KENTNL/Git::Tag/tag_release",
-            "version" : "1.102810"
+            "name" : "@Author::KENTNL/Git::Tag/tag_release",
+            "version" : "1.110500"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
-            "name" : "@KENTNL/UploadToCPAN",
-            "version" : "4.102343"
+            "name" : "@Author::KENTNL/UploadToCPAN",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::Twitter",
-            "name" : "@KENTNL/Twitter",
-            "version" : "0.009"
+            "name" : "@Author::KENTNL/Twitter",
+            "version" : "0.010"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "4.102343"
+            "version" : "4.200004"
          }
       ],
       "zilla" : {
@@ -380,7 +388,7 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "4.102343"
+         "version" : "4.200004"
       }
    }
 }
@@ -13,7 +13,7 @@ build_requires:
 configure_requires:
   Module::Build: 0.3601
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.102343, CPAN::Meta::Converter version 2.102400'
+generated_by: 'Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110930'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,10 +22,10 @@ name: Dist-Zilla-Util-EmulatePhase
 provides:
   Dist::Zilla::Util::EmulatePhase:
     file: lib/Dist/Zilla/Util/EmulatePhase.pm
-    version: 0.01003312
+    version: 0.01016513
   Dist::Zilla::Util::EmulatePhase::PrereqCollector:
     file: lib/Dist/Zilla/Util/EmulatePhase/PrereqCollector.pm
-    version: 0.01003312
+    version: 0.01016513
 requires:
   Carp: 0
   Dist::Zilla::Prereqs: 0
@@ -39,28 +39,34 @@ requires:
 resources:
   homepage: http://github.com/kentfredric/Dist-Zilla-Util-EmulatePhase/tree
   repository: git://github.com/kentfredric/Dist-Zilla-Util-EmulatePhase.git
-version: 0.01003312
+version: 0.01016513
 x_BuiltWith:
   modules:
     Carp: 1.17
-    Dist::Zilla::PluginBundle::KENTNL: 0.01017322
-    Dist::Zilla::PluginBundle::KENTNL::Lite: 0.01000002
-    Dist::Zilla::Prereqs: 4.102343
-    Dist::Zilla::Util::Test::KENTNL: 0.01000510
+    Dist::Zilla::PluginBundle::Author::KENTNL: 1.0.6
+    Dist::Zilla::PluginBundle::Author::KENTNL::Lite: 'NA(possibly not installed)'
+    Dist::Zilla::Prereqs: 4.200004
+    Dist::Zilla::Util::Test::KENTNL: 0.01015821
     File::Temp: 0.22
-    Hash::Merge::Simple: 0.05
-    Module::Build: 0.3607
-    Moose: 1.2
+    Hash::Merge::Simple: 0.051
+    Module::Build: 0.38
+    Moose: 2
     Moose::Autobox: 0.11
     Scalar::Util: 1.23
     Sub::Exporter: 0.982
     Test::Fatal: 0.003
-    Test::More: 0.96
-    Try::Tiny: 0.07
-    namespace::autoclean: 0.11
-  perl: 5.012002
+    Test::More: 0.98
+    Try::Tiny: 0.09
+    namespace::autoclean: 0.12
+  perl:
+    original: v5.12.3
+    qv: 1
+    version:
+      - 5
+      - 12
+      - 3
   platform: linux
-  uname: "Linux 2.6.36-gentoo x86_64 GenuineIntel GNU/Linux\n"
+  uname: 'Linux 2.6.38-gentoo x86_64 GenuineIntel GNU/Linux'
 x_Dist_Zilla:
   plugins:
     -
@@ -78,92 +84,92 @@ x_Dist_Zilla:
             second: 0
             time_zone: Pacific/Auckland
             year: 2010
-      name: '@KENTNL/AutoVersion::Relative'
-      version: 0.01037118
+      name: '@Author::KENTNL/AutoVersion::Relative'
+      version: 0.01060309
     -
       class: Dist::Zilla::Plugin::GatherDir
-      name: '@KENTNL/GatherDir'
-      version: 4.102343
+      name: '@Author::KENTNL/GatherDir'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::MetaConfig
-      name: '@KENTNL/MetaConfig'
-      version: 4.102343
+      name: '@Author::KENTNL/MetaConfig'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::PruneCruft
-      name: '@KENTNL/PruneCruft'
-      version: 4.102343
+      name: '@Author::KENTNL/PruneCruft'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::GithubMeta
-      name: '@KENTNL/GithubMeta'
+      name: '@Author::KENTNL/GithubMeta'
       version: 0.10
     -
       class: Dist::Zilla::Plugin::License
-      name: '@KENTNL/License'
-      version: 4.102343
+      name: '@Author::KENTNL/License'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::PkgVersion
-      name: '@KENTNL/PkgVersion'
-      version: 4.102343
+      name: '@Author::KENTNL/PkgVersion'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::PodWeaver
-      name: '@KENTNL/PodWeaver'
+      name: '@Author::KENTNL/PodWeaver'
       version: 3.101641
     -
       class: Dist::Zilla::Plugin::MetaProvides::Package
-      name: '@KENTNL/MetaProvides::Package'
-      version: 1.12044908
+      name: '@Author::KENTNL/MetaProvides::Package'
+      version: 1.12060501
     -
       class: Dist::Zilla::Plugin::MetaJSON
-      name: '@KENTNL/MetaJSON'
-      version: 4.102343
+      name: '@Author::KENTNL/MetaJSON'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::MetaYAML
-      name: '@KENTNL/MetaYAML'
-      version: 4.102343
+      name: '@Author::KENTNL/MetaYAML'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::ModuleBuild
-      name: '@KENTNL/ModuleBuild'
-      version: 4.102343
+      name: '@Author::KENTNL/ModuleBuild'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::ReadmeFromPod
-      name: '@KENTNL/ReadmeFromPod'
+      name: '@Author::KENTNL/ReadmeFromPod'
       version: 0.14
     -
       class: Dist::Zilla::Plugin::ManifestSkip
-      name: '@KENTNL/ManifestSkip'
-      version: 4.102343
+      name: '@Author::KENTNL/ManifestSkip'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::Manifest
-      name: '@KENTNL/Manifest'
-      version: 4.102343
+      name: '@Author::KENTNL/Manifest'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
-      name: '@KENTNL/AutoPrereqs'
-      version: 4.102343
+      name: '@Author::KENTNL/AutoPrereqs'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
         Dist::Zilla::Plugin::Prereqs:
           phase: develop
           type: requires
-      name: '@KENTNL/Prereqs/BundleDevelNeeds'
-      version: 4.102343
+      name: '@Author::KENTNL/Prereqs/BundleDevelNeeds'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
         Dist::Zilla::Plugin::Prereqs:
           phase: develop
           type: recommends
-      name: '@KENTNL/Prereqs/BundleDevelRecommends'
-      version: 4.102343
+      name: '@Author::KENTNL/Prereqs/BundleDevelRecommends'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
         Dist::Zilla::Plugin::Prereqs:
           phase: develop
           type: suggests
-      name: '@KENTNL/Prereqs/BundleDevelSuggests'
-      version: 4.102343
+      name: '@Author::KENTNL/Prereqs/BundleDevelSuggests'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::MetaData::BuiltWith
       config:
@@ -178,106 +184,106 @@ x_Dist_Zilla:
               - '-m'
               - '-i'
             uname_call: uname
-      name: '@KENTNL/MetaData::BuiltWith'
-      version: 0.01014716
+      name: '@Author::KENTNL/MetaData::BuiltWith'
+      version: 0.01018204
+    -
+      class: Dist::Zilla::Plugin::Test::CPAN::Changes
+      name: '@Author::KENTNL/Test::CPAN::Changes'
+      version: 0.003
     -
       class: Dist::Zilla::Plugin::CompileTests
-      name: '@KENTNL/CompileTests'
-      version: 1.103030
+      name: '@Author::KENTNL/CompileTests'
+      version: 1.110930
     -
       class: Dist::Zilla::Plugin::CriticTests
-      name: '@KENTNL/CriticTests'
+      name: '@Author::KENTNL/CriticTests'
       version: 1.102280
     -
       class: Dist::Zilla::Plugin::MetaTests
-      name: '@KENTNL/MetaTests'
-      version: 4.102343
+      name: '@Author::KENTNL/MetaTests'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::PodCoverageTests
-      name: '@KENTNL/PodCoverageTests'
-      version: 4.102343
+      name: '@Author::KENTNL/PodCoverageTests'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
-      name: '@KENTNL/PodSyntaxTests'
-      version: 4.102343
+      name: '@Author::KENTNL/PodSyntaxTests'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::ReportVersions::Tiny
-      name: '@KENTNL/ReportVersions::Tiny'
-      version: 1.01
+      name: '@Author::KENTNL/ReportVersions::Tiny'
+      version: 1.03
     -
       class: Dist::Zilla::Plugin::KwaliteeTests
-      name: '@KENTNL/KwaliteeTests'
-      version: 1.101420
-    -
-      class: Dist::Zilla::Plugin::PortabilityTests
-      name: '@KENTNL/PortabilityTests'
+      name: '@Author::KENTNL/KwaliteeTests'
       version: 1.101420
     -
       class: Dist::Zilla::Plugin::EOLTests
-      name: '@KENTNL/EOLTests'
+      name: '@Author::KENTNL/EOLTests'
       version: 0.02
     -
       class: Dist::Zilla::Plugin::ExtraTests
-      name: '@KENTNL/ExtraTests'
-      version: 4.102343
+      name: '@Author::KENTNL/ExtraTests'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::TestRelease
-      name: '@KENTNL/TestRelease'
-      version: 4.102343
+      name: '@Author::KENTNL/TestRelease'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
-      name: '@KENTNL/ConfirmRelease'
-      version: 4.102343
+      name: '@Author::KENTNL/ConfirmRelease'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::Git::Check
-      name: '@KENTNL/Git::Check'
-      version: 1.102810
+      name: '@Author::KENTNL/Git::Check'
+      version: 1.110500
     -
       class: Dist::Zilla::Plugin::NextRelease
-      name: '@KENTNL/NextRelease'
-      version: 4.102343
+      name: '@Author::KENTNL/NextRelease'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::Git::Tag
-      name: '@KENTNL/Git::Tag/tag_master'
-      version: 1.102810
+      name: '@Author::KENTNL/Git::Tag/tag_master'
+      version: 1.110500
     -
       class: Dist::Zilla::Plugin::Git::Commit
-      name: '@KENTNL/Git::Commit'
-      version: 1.102810
+      name: '@Author::KENTNL/Git::Commit'
+      version: 1.110500
     -
       class: Dist::Zilla::Plugin::Git::CommitBuild
-      name: '@KENTNL/Git::CommitBuild'
-      version: 1.102810
+      name: '@Author::KENTNL/Git::CommitBuild'
+      version: 1.110500
     -
       class: Dist::Zilla::Plugin::Git::Tag
-      name: '@KENTNL/Git::Tag/tag_release'
-      version: 1.102810
+      name: '@Author::KENTNL/Git::Tag/tag_release'
+      version: 1.110500
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
-      name: '@KENTNL/UploadToCPAN'
-      version: 4.102343
+      name: '@Author::KENTNL/UploadToCPAN'
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::Twitter
-      name: '@KENTNL/Twitter'
-      version: 0.009
+      name: '@Author::KENTNL/Twitter'
+      version: 0.010
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: 4.102343
+      version: 4.200004
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: 0
-    version: 4.102343
+    version: 4.200004
@@ -3,7 +3,7 @@ NAME
     "Dist::Zilla"'s internal state.
 
 VERSION
-    version 0.01003312
+    version 0.01016513
 
 METHODS
   deduplicate
@@ -70,7 +70,7 @@ AUTHOR
     Kent Fredric <kentnl@cpan.org>
 
 COPYRIGHT AND LICENSE
-    This software is copyright (c) 2010 by Kent Fredric <kentnl@cpan.org>.
+    This software is copyright (c) 2011 by Kent Fredric <kentnl@cpan.org>.
 
     This is free software; you can redistribute it and/or modify it under
     the same terms as the Perl 5 programming language system itself.
@@ -4,10 +4,11 @@ author           = Kent Fredric <kentnl@cpan.org>
 license          = Perl_5
 copyright_holder = Kent Fredric <kentnl@cpan.org>
 
+; NOT BOOTSTRAPPABLE
 ; Uncomment this to bootstrap via self 
 ; [Bootstrap::lib]
 
-[@KENTNL]
+[@Author::KENTNL]
 version_major     = 0
 version_minor     = 1
 ; the following data denotes when this minor was minted
@@ -3,7 +3,7 @@ use warnings;
 
 package Dist::Zilla::Util::EmulatePhase::PrereqCollector;
 BEGIN {
-  $Dist::Zilla::Util::EmulatePhase::PrereqCollector::VERSION = '0.01003312';
+  $Dist::Zilla::Util::EmulatePhase::PrereqCollector::VERSION = '0.01016513';
 }
 #ABSTRACT: A dummy Dist::Zilla to fake a 'prereq' object on.
 
@@ -51,7 +51,7 @@ Dist::Zilla::Util::EmulatePhase::PrereqCollector - A dummy Dist::Zilla to fake a
 
 =head1 VERSION
 
-version 0.01003312
+version 0.01016513
 
 =head1 METHODS
 
@@ -72,7 +72,7 @@ Kent Fredric <kentnl@cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Kent Fredric <kentnl@cpan.org>.
+This software is copyright (c) 2011 by Kent Fredric <kentnl@cpan.org>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 package Dist::Zilla::Util::EmulatePhase;
 BEGIN {
-  $Dist::Zilla::Util::EmulatePhase::VERSION = '0.01003312';
+  $Dist::Zilla::Util::EmulatePhase::VERSION = '0.01016513';
 }
 
 #ABSTRACT: Nasty tools for probing L<< C<Dist::Zilla>'s|Dist::Zilla >> internal state.
@@ -145,7 +145,7 @@ Dist::Zilla::Util::EmulatePhase - Nasty tools for probing L<< C<Dist::Zilla>'s|D
 
 =head1 VERSION
 
-version 0.01003312
+version 0.01016513
 
 =head1 METHODS
 
@@ -217,7 +217,7 @@ Kent Fredric <kentnl@cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Kent Fredric <kentnl@cpan.org>.
+This software is copyright (c) 2011 by Kent Fredric <kentnl@cpan.org>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -24,7 +24,18 @@ find(
   'lib',
 );
 
-my @scripts = glob "bin/*";
+my @scripts;
+if ( -d 'bin' ) {
+    find(
+      sub {
+        return unless -f;
+        my $found = $File::Find::name;
+        # nothing to skip
+        push @scripts, $found;
+      },
+      'bin',
+    );
+}
 
 my $plan = scalar(@modules) + scalar(@scripts);
 $plan ? (plan tests => $plan) : (plan skip_all => "no tests to run");
@@ -45,12 +45,12 @@ sub pmver {
     }
 
     # So, we should be good, right?
-    return sprintf('%-40s => %-10s%-15s%s', $module, $pmver, $wanted, "\n");
+    return sprintf('%-45s => %-10s%-15s%s', $module, $pmver, $wanted, "\n");
 }
 
 eval { $v .= pmver('Carp','any version') };
-eval { $v .= pmver('Dist::Zilla::PluginBundle::KENTNL','0.01017119') };
-eval { $v .= pmver('Dist::Zilla::PluginBundle::KENTNL::Lite','0.01009803') };
+eval { $v .= pmver('Dist::Zilla::PluginBundle::Author::KENTNL','1.0.0') };
+eval { $v .= pmver('Dist::Zilla::PluginBundle::Author::KENTNL::Lite','0.01009803') };
 eval { $v .= pmver('Dist::Zilla::Prereqs','any version') };
 eval { $v .= pmver('Dist::Zilla::Util::Test::KENTNL','0.01000510') };
 eval { $v .= pmver('English','any version') };
@@ -0,0 +1,15 @@
+#!perl
+
+BEGIN {
+  unless ($ENV{RELEASE_TESTING}) {
+    require Test::More;
+    Test::More::plan(skip_all => 'these tests are for release candidate testing');
+  }
+}
+
+
+use Test::More;
+eval 'use Test::CPAN::Changes';
+plan skip_all => 'Test::CPAN::Changes required for this test' if $@;
+changes_ok();
+done_testing();
@@ -1,16 +0,0 @@
-#!perl
-
-BEGIN {
-  unless ($ENV{RELEASE_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for release candidate testing');
-  }
-}
-
-
-use Test::More;
-
-eval "use Test::Portability::Files";
-plan skip_all => "Test::Portability::Files required for testing portability"
-  if $@;
-run_tests();